/* CSS Document */
/*下方滚动*/	
.marquee {width:1200px;height:335px;overflow:hidden; margin-bottom:20px; }
.marquee li{ display:inline; float:left; margin-right:12px;overflow:hidden;}
.marquee li a{ width:290px; height:300px; display:block; float:left; text-align:center; font-size:14px; padding:2px; border-radius:2px;}
.marquee li a:hove{ text-decoration:none;}
.marquee li img {width:290px; height:290px;}
.marquee li p{ clear:both; display:block; text-align:center; padding-top:5px; padding-bottom:10px;}

/*视频弹出层*/
#overlay {
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5;  /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000; /* 此处的图层要大于页面 */
    display:none;
}

#pop{
	width:50%;
	max-width:1100px;
	min-height:250px;
	text-align:center; 
	 background-color:#fff;    
	 margin:0 auto;
	 padding:1px; 
	 padding-bottom:15px;
	 position:fixed; 
	 left:25%;
	 top:5%; 
	 z-index:10001; 
	 border-radius:6px; 
	 display:none;}
	 	 
#pop h1{
	text-align:left;
	font-size:14px;
	display:block;
	height:30px;
	line-height:30px;
	background:#eee;
	border-radius:6px;
	color:#666;
	text-indent:15px;
	font-weight:bold;
	margin-bottom:10px;}
#pop h1 a.close-attr{
	float:right;
	font-weight:normal;
	padding-right:10px;
	color:#F00;}

#pop section{
	display:block;
	width:100%;
	height:700px;
	overflow:auto;}

#pop section img{
	width:100%;}


.u-arrow-bottom {
	display: none;
}

